home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ahoy 1986 June
/
Ahoy_Magazine_86-06_1986_Double_L.d64
/
comal 64 boot
(
.txt
)
< prev
next >
Wrap
Commodore BASIC
|
2022-10-26
|
1KB
|
51 lines
1 rem open 15,8,15,"s0:boot c64 comal":close15:save "0:boot c64 comal",8
10 print "[147]"; : rem clear screen
20 poke 53281,0: rem background black
30 poke 53280,0: rem border black
32 print ""; : rem pencolor green
34 if a=1 then 46
35 open 15,8,15,"u;"
36 input#15,d1,a$,d2,d3
37 close15
39 if "1541"<>mid$(a$,14,17) then 50
42 print"[147]loading ml.sizzle
44 [139] a[178]0 [167] a[178]1:[147]"ml.sizzle",8,1
46 [158] 49152:[156]
50 [153] "loadtotototototototototototototototototototototototototototototototototototototototo";
52 [153] " please wait while comal 0.14 is loaded ";
120 [153]
130 [153] "printtutorial: foundations ... with comal"
145 [153] "documentation: comal handbook
150 print "newsletter: comal today
155 [153]
160 [153] " defavailable from: "
165 [153] "sys"; : [143] pencolor yellow
170 [153] " comal users group, u.s.a., limited "
180 [153] " 6041 monona drive "
185 [153] " madison, wi 53716
190 print "[153]send self addressed stamped envelope"
200 print "or call [158]608-222-4432[153] for more info."
210 print "" : rem pencolor white
230 print " comal programs can only be executed"
240 print " after the language has been loaded."
245 print "[159]"; : rem pencolor cyan
250 print "comal programs on this disk are loaded:"
270 print " load "chr$(34)"name"chr$(34)
272 print " run"
275 print "[185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185]";
280 print " backup this disk before you use it [146]";
899 rem
900 rem
910 rem chain"hi + <return key>
920 [151] 198,9
930 [151] 631,[198]("c")
940 [151] 632,[198]("h")
950 [151] 633,[198]("a")
960 [151] 634,[198]("i")
970 [151] 635,[198]("n")
980 [151] 636,34
990 [151] 637,[198]("h")
1000 [151] 638,[198]("i")
1010 [151] 639,13
1020 [147] "comal 64 0.14",8